Welcome![Sign In][Sign Up]
Location:
Search - udp delphi

Search list

[P2PP2PChatPlus 终结版

Description:

第一个版本发布已经有将近半年的时间,在这段时间里面发生了很多事情,让我很长时间都难以安下心来写程序。我是酷爱写程序的,但是当她变成谋生手段的时候,时常会无比的艰涩。有时候压力不仅仅来自困难的问题本身。  说说程序本身吧,其实第一个版本只是实现了P2P的一小部分,而后一直不断的完善,到了第三个版本,我才算是彻底理解了UDP实现跨网关P2P,当然,这个版本也并不是完善的。比如说:在没有回朔功能的网关下两台计算机无法通信,没有对数据包进行完整性的判断……。其实事情总没有完善的时候吧。  程序只是实现了基本的基于UDP穿NAT的P2P,其他还有TCP和UPNP等等的就等大家一起研究吧。  写程序的过程中,在网上查了很多东西,绝大多数都是在互相抄啊抄的。其实问题也就是这么一点,没有必要长篇累牍的论述,可能我比较笨,理解的太慢了。时常感觉就差那么一点点,有人提点一下就好了,可是始终我都没有找到这样的人。  所有的东西都在“连接过程.doc”里面可以找到,程序本身也就是实现了图上面的流程。在这个过程的基础上,完全可以实现一个基于UDP的P2P开发包,不过有时间再说吧……   我的联系方式:  MSN: m820126@163.com   Email: m820126@163.com   http://www.cwind.cn   有问题可以来问我,不过我平时事情比较多,如果不能一一回答也请见谅了。之前一直有人问TMMessageMemo找不到,其实这是我自己的开发包里面一个小组件,仅仅是用来显示消息的,如果你稍微用心地读一下代码,就会发现用一个Memo就可以替换掉了。这次为了避免再有这样的事情出现,我把“MMessageMemo.pas”一起打包进来了,自己装一下吧,如果你连安装组件都不会……我就不说什么了。


Platform: | Size: 461273 | Author: AaronMing | Hits:

[WinSock-NDISUDP安全传输演示(Delphi源码)

Description: UDP安全传输(完整源码) 大家都知道UDP比TCP好用发送速度快很多,程序写起来也简单的多,可缺点也同样明显UDP容易丢包,而且不能自动重发也不能自动组包没有数据安全机制,发的包不能超过2K(INDY,NMUDP等控件都是这样)否则就出错。 可很多需求中又需要发送大量数据包并且需要保证速度(如语音和视频通讯或者点对点点播服务。)而且有些重要的数据不允许丢包这个时候就需要安全UDP了。
Platform: | Size: 462811 | Author: 7484345 | Hits:

[Delphi VCLics2000-2-2

Description: 包含常用Internet协议TCP,UDP、HTTP、FTP、Telnet等,此版本新增加一个THttpServ构件-commonly used Internet protocols include TCP, UDP, HTTP, FTP, Telnet, this new version of a component THttpServ
Platform: | Size: 996352 | Author: | Hits:

[Windows DevelopfndSck327

Description: Comprehensive collection of Delphi code units. Includes libraries for Socket components .
Platform: | Size: 474112 | Author: 程序员 | Hits:

[Delphi VCLSocket编程的技巧

Description: 能够监视另一台机子的屏幕,并且可以在该机上执行任何操作的程序(其中有许多关于Socket编程的技巧)-surveillance to another machine screen, and the plane can carry out any operation procedures (many of which are on socket programming skills)
Platform: | Size: 343040 | Author: 李瑞 | Hits:

[ICQ-IM-Chatsq

Description: 名称 SQQ一款在局域网中使用的通讯软件,模拟Ficq功能,不需要专门的服务器说明:不用服务器如何找到好友呢?我用udp协议在局域网上广播一个查询消息,收到广播信息的SQQ都会回个消息,这样就建立联系了。现在还很简单,如果想找好友就‘扫描局域网得到好友列表’,像被找到就整天开着SQQ就行了-SQQ one of the names used in the LAN communications software, simulation Ficq function that does not require dedicated server Note : There is no need to find servers friends? I use udp agreement on the regional network for broadcasting a news broadcast information received will return to the SQQ-news, on the establishment of such a link. Still very simple, if you want friends on the 'LAN scanning to be buddy lists', as was found on the open day held on the SQQ
Platform: | Size: 1083392 | Author: 王晓 | Hits:

[Com Port音视频矩阵控制

Description: 音视频矩阵的串口控制程序,可以实现8进四出的控制。同时提供了udp监听,接收网络命令,实现网络上控制音视频矩阵。需要用到著名的trayicon控件和mscomm控件-audio and video matrix of Serial control procedures can be achieved eight into four control. While providing udp eavesdropping, the receiving network orders network control audio and video matrix. The need to resort to the famous trayicon controls and controls mscomm
Platform: | Size: 225280 | Author: lsq | Hits:

[ICQ-IM-Chatneteasy0.2beta

Description: 一个基于UDP协议的简单的网络聊天工具,聊天程序既是客户端,可以链接到远程主机,同时又是UDP服务器,可以响应计算机的链接要求,而且增加一个服务器,提供注册和监控的功能。-based on a simple UDP network chat tools, chat program is the client, can link to a remote host, but it is also UDP server, the computer can respond to the link, but an increase in the server, providing registration and monitoring functions.
Platform: | Size: 198656 | Author: 刘上力 | Hits:

[Internet-Networkscoket

Description: 使用udp协议,在自己局域网上实现简单的聊天功能.-use udp agreement, in their own LAN simple chat function.
Platform: | Size: 205824 | Author: 刘伊 | Hits:

[P2Pmmzmagic_PeerToPeer

Description: 本程序为一个真正点对点通讯示范程序:) 实现内网到内网的直接连接(QQ用的技术) 使用Delphi实现。在网上未看到类似的程序,特此发布提供喜欢的朋友参考。 通过UDP来实现穿透NAT的点对点通讯。 >>原定 程序设置一个共享目录里边所有文件都可供别人多点下载(类似BT) 独立服务端 负责消息中转、用户登陆 客户端从服务端获取用户列表 然后直连各个用户 以实现 聊天 语音 视屏 文件传输等可能的一切服务 >>>结果 由于工作太忙<一个小借口^O^>,文件传输、语音 视频等服务一直没去实现。 希望有朋友在此基础上完善后能发布了给大家学习:) 使用2个第3方控件 DXSock Rzaize 3.10 作者:马敏钊 QQ 22900104 Email: mmzmagic@sina.com 为心爱的DELPHI出一点力,共同提高,共同进步-the procedures for a real point-to-point communication model : ) within the network to achieve within the network directly connected (QQ the technology used) using Delphi. The Internet has not seen a similar procedure, is hereby issued to provide information like friends. UDP through NAT to achieve penetration of point-to-point communications.
Platform: | Size: 1282048 | Author: 仙侣边缘人 | Hits:

[Internet-NetworkWinUdt

Description: 非常好的UDP模拟TCP,我改造成VC6编译版本。-very good simulation of TCP UDP, I transformed into VC6 compiler versions.
Platform: | Size: 253952 | Author: chenj | Hits:

[Hook apiXWPE

Description: 这是截包和发包的小工具(用到ws_32.dll和hook技术、共享内存。。),其中SendUdp.dll本来想用delphi写的因为vc++指针操作快,-This is the cut-off delivery of the package and small tools (used ws_32.dll hook and technology, shared memory. .) , SendUdp.dll which had wanted to use delphi write because vc pointer operation soon,
Platform: | Size: 389120 | Author: song | Hits:

[JSP/JavaNetServer0

Description: 网络基础 TCP/IP协议 IP地址,端口号 使用java.net包中类在程序中实现网络通信 URL类及其用法 InetAddress类 Socket通信(TCP UDP) -network infrastructure TCP/IP protocol IP address, Ports,#$#!263995#!#$200431992752.rar!#$#delphi development of a serial testing software for learning.
Platform: | Size: 1024 | Author: 纪海晨 | Hits:

[Delphi VCLvideo-for-windows

Description: delphi video for windows 实现控件-delphi video for windows to achieve control
Platform: | Size: 28672 | Author: yagee | Hits:

[Remote ControludpScrean

Description: IdUDPserver 和 IdUDPClient 分快截屏并进行屏幕广播-IdUDPserver IdUDPClient pm and closed fast screen and the screen broadcasting
Platform: | Size: 667648 | Author: xiaoxiao | Hits:

[Delphi VCLusb_src

Description: delphi下控制USB的代码,非常不错,值得收藏!-delphi USB under control code, very good, it is worth collecting!
Platform: | Size: 14336 | Author: zhanghua11 | Hits:

[VOIP programudpsound

Description: 使用UDP协议实现局域网内语音通信功能 能够互相对话功能-use UDP protocol LAN voice communication functions can talk to each other functional
Platform: | Size: 558080 | Author: xiaoxiao | Hits:

[P2PUDPFileTrans

Description: 基于UDP的点对点文件传输: P2P(点对点)的流行产生了大批网络传输软件,这里我们要介绍的就是自己写一个简单的P2P文件传输,一方发送文件,一方接受,直到传输完整个文件
Platform: | Size: 907264 | Author: gordan | Hits:

[Delphi VCLudpsever

Description: 采用delphi自带udp控制做的一个udp server,给初次接触网络编程的人员参考-Udp own control using delphi to do a udp server, network programming to the initial contact with staff members
Platform: | Size: 183296 | Author: 张诚 | Hits:

[TCP/IP stackdxcwlcs

Description:
Platform: | Size: 54272 | Author: htc | Hits:
« 1 2 3 4 56 7 8 9 10 ... 13 »

CodeBus www.codebus.net